home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Softshoe
/
Lisa's Mac Parts
/
TextEdit
/
TextEditUser.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
129b
|
13 lines
// TextEditUser.h
#ifndef TextEditUser_h
#define TextEditUser_h
class TextEditUser
{
public:
TextEditUser();
};
#endif